[benchmarks] Microbenchmark for dynamic_routing_table (drt_node perf) - #3
Conversation
Can you update the result the initial results table to not include "simplify_drt_node" data and the delta? And update the comment to say this is current test result and will use this as baseline to improve in branch "simplify_drt_node"? I don't want to have the PR description to confuse repo owner, and other readers. Thanks! |
cong1920
left a comment
There was a problem hiding this comment.
Commented again. Will let my local LLM do the work.
What
Standalone microbenchmark for
dynamic_routing_tableto establish a performance baseline for the routing table's insert and lookup operations.Benchmark covers
How to run
Current baseline results (WSL2, g++ 9.4, -O2)
This serves as the baseline to measure against when optimizing the routing table in the
simplify_drt_nodebranch.